home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / hf.dir / 00176_sidebar2.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  267 b   |  12 lines

  1. on mouseUp
  2.   global ghfathlete, gHFposition, gHFstate
  3.   set gHFstate to "2"
  4.   puppetSound("pog.aif")
  5.   updateStage()
  6.   set the itemDelimiter to ","
  7.   set vcaptions to item 4 of getaProp(ghfathlete, gHFposition)
  8.   if vcaptions > 1 then
  9.     go("caption1")
  10.   end if
  11. end
  12.